home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 03 - Hacking People, Places, and Things / sparks.exe / {app} / actions / BlogEntry.menu < prev    next >
Text File  |  2005-03-17  |  333b  |  21 lines

  1. [
  2. {
  3.     "label" : "Open in Sparks!",
  4.     "action" : "OnEntryOpen",
  5.     "external" : False,
  6.     "is_default" : True,
  7. },
  8. {
  9.     "label" : "Open in External Browser",
  10.     "action" : "OnEntryOpen",
  11.     "external" : True,
  12. },
  13. {},
  14. {
  15.     "label" : "Saved",
  16.     "action" : "OnItemSaved",
  17.     "validate" : "OnItemSavedValidate",
  18.     "is_check" : True,
  19. },
  20. ]
  21.